Header Methods |
The Header type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(String, String) |
Adds new header field with specified header name and value.
| |
| Add(StandardHeader, String) |
Adds new header field with specified header name and value.
| |
| Clear |
Removes all elements from the Header.
| |
| Contains(String) |
Determines whether the Header contains a specific header key.
| |
| Contains(StandardHeader) |
Determines whether the Header contains a specific header key.
| |
| ContainsKey(String) |
Determines whether the Header contains a specific header key.
| |
| ContainsKey(StandardHeader) |
Determines whether the Header contains a specific header key.
| |
| ContainsValue |
Determines whether the Header contains a specific header value.
| |
| CopyTo |
Copies an Header array to the collection, starting at a specified target index.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator |
Returns an IEnumerator that can iterate through the Header.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Remove(String) |
Removes the element with the specified header key from the Header.
| |
| Remove(StandardHeader) |
Removes the element with the specified header key from the Header.
| |
| Set(String, String) |
Sets value of the specified header field.
| |
| Set(StandardHeader, String) |
Sets value of the specified header field.
| |
| ToString |
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.) |